Welcome![Sign In][Sign Up]
Location:
Search - FTP PHP

Search list

[Ftp Serverftp-2005-02-14.tar

Description: This PHP script will use for connect ftp server . You can upload ,download from this class.this class has implemented most of FTP Commands.
Platform: | Size: 5353 | Author: 吕宗霖 | Hits:

[PHPphp敏捷开发框架CodeIgniter

Description: 译序 前言 第一章 对 CodeIgniter 的介绍 1.1 CodeIgniter 能为你做什么? 1.1.1 节省时间 1.1.2 使你的网站更健壮 1.1.2.1 确保你的链接自动更新 1.1.2.2 防止对数据库的攻击:对表单输入的数据进行校验和处理 1.1.3 增强你的代码 1.1.3.1 发送 Email 和附件很简单 1.1.3.2 压缩用户要下载的文件以加快下载速度 1.2 CodeIgniter 是什么?框架又是什么? 1.3 关于开发者 1.4 “开源”商业模式 1.5 CI 不能做什么 1.6 许可协议 1.7 总结 第二章 2 分钟:建立一个 CodeIgniter 网站 2.1 准备知识 2.2 安装 CodeIgniter 2.3 分析文件结构 2.4 配置文件 2.5 它能工作吗? 2.6 总结 第三章 分析网站结构 3.1 MVC—到底有什么用? 3.2 CI 的网站结构:控制器和视图 3.2.1 Welcome 控制器 3.2.2 让视图开始工作 3.2.3 默认控制器 3.3 CodeIgniter 语法规则 3.3.1 控制器 3.3.2 视图 3.4 CI 网站上的文件或类的类型 3.5 这些文件夹的含义? 3.6 设计一个较好的视图 3.7 设计一个较好的控制器 3.7.1 把参数传给一个函数 3.7.2 传递数据到视图 3.8 CI 中的类彼此之间如何操控 3.8.1 调用视图 3.8.2 直接地调用函数 3.8.3 与控制器互动 3.8.4 这就像一个鸡蛋杯 3.8.5 一个 CI 辅助函数的例子:URL 辅助函数 3.8.6 一个简单的类库例子:创建一个菜单 3.9 总结 第四章 使用 CI 简化数据库开发 4.1 配置设置 4.2 为我们的网站设计数据库 4.3 Active Record 4.3.1 使用 Active Record 类的优点 4.3.1.1 节省时间 4.3.1.2 自动机制 4.3.2 “读取”查询 4.3.3 显示查询结果 4.3.4 “创建”和“更新”查询 4.3.5 “删除”查询 4.3.6 Active Record 和传统 SQL 编程的结合 4.4 总结 4.5 附录:使用 MYSQL 查询语句创建“websites”数据库 第五章 简化 HTML 页面和表单的设计 5.1 编写视图 5.2 PHP 语法的长格式和短格式 5.3 嵌套视图 5.4 网站架构的现实问题 5.5 CI 的表单辅助函数:输入数据 5.5.1 使用表单辅助函数的好处之一:清楚 5.5.2 使用表单辅助函数的好处之二:自动化 5.6 我的“Display”模型 5.7 CI 的验证类:方便地检验数据 5.7.1 设置验证规则 5.7.2 设置控制器 5.7.3 设置表单 5.8 总结 第六章 简化使用 Session 和安全 6.1 开始用 CI 设计一个实际的网站 6.2 关于网站 6.3 安全/Session:使用另一个 CI 类库 6.3.1 使 Session 更安全 6.4 安全 6.5 总结 第七章 CodeIgniter 和对象 7.1 面向对象编程 7.1.1 CI“超级对象”的工作原理 7.1.2 引用复制 7.2 在 CI“超级对象”中加入你自己的代码 7.3 CI“超级对象”的问题 7.4 总结 第八章 用 CI 测试你的代码 8.1 为什么测试,为谁测试? 8.2 CI 的错误处理类 8.3 CI 的单元测试类 8.3.1 什么时候使用单元测试 8.3.2 单元测试的示例 8.4 CI 的基准测试类 8.5 CI 的评测器类 8.6 用“模拟”数据库来做测试 8.7 控制和时间安排 8.8 总结 第九章 用 CI 通信 9.1 使用 FTP 类测试远程文件 9.2 机器之间的对话—XML-RPC 9.2.1 使 XML-RPC 的服务器与客户端交互 9.2.2 格式化 XML-RPC 数据交换 9.2.3 调试 9.2.4 XML-RPC 带来的问题? 9.3 与人交流的工具:Email 类 9.4 总结 第十章 CI 如何帮助提供动态的数据 10.1 日期辅助函数:转换和本地化日期 10.2 使用文本和 Inflector 辅助函数 10.3 国际化:语言类 10.4 编写 HTML 表格的好方法:表格类 10.5 缓存网页 10.6 总结 第十一章 使用 CI 处理文件和图片 11.1 文件辅助函数 11.2 下载辅助函数 11.3 文件上传类 11.4 CI 的图像类 11.5 用 CI Zip 类压缩文件很容易 11.6 总结 第十二章 产品版本、升级和重大决定 12.1 连接:检查 Config 文件 12.1.1 URL 12.1.2 数据库 12.1.3 其它 config 文件 12.2 找出 PHP 4/5 和操作系统间的差异 12.2.1 诊断工具 12.3 应对 CI 新版本带来的变化 12.3.1 如何装载模型,以及如何调用它们 12.3.2 如何初始化你自己的类库 12.4 如果有了新版 CI,我需要更新吗? 12.5 如何修改 CI 的基础类 12.6 总结 第十三章 快捷的 CRUD 及其配合使用 13.1 CRUD 模型:设计原理 13.2 标准的控制器格式 13.3 数据库表 13.4 模型的心脏:数组 13.5 CRUD 模型 13.5.1 Showall 函数 13.5.1.1 读取数据 13.5.1.2 Delete 和 Trydelete 函数 13.5.2 Insert 函数 13.5.3 Insert2 函数 13.5.4 测试套件 13.6 总结 第十四章 审视 CI 14.1 一些代码:“do_test”模型 14.2 一个平衡表 14.2.1 CI 能提供帮助的地方:结构 14.2.2 CI 能提供帮助的地方:简化 14.2.3 CI 能提供帮助的地方:额外功能 14.3 CI 的问题 14.3.1 完整性 14.3.2 易用性 14.4 总结 第十五章 资源和扩展 15.1 CI 的用户论坛 15.2 视频教程 15.2.1 可用的插件和类库 15.2.2 AJAX/Javascript 15.2.3 身份验证 15.2.4 外部网站 15.2.5 比较:使用哪个图表类库? 15.2.6 CRUD:新领域 15.2.7 其它编程资源,例如 Xampplite、MySQL 和 PHP 15.3 总结
Platform: | Size: 1176859 | Author: 280453778@qq.com | Hits:

[PHPPHP 会话(session 时间设定)使用入门

Description: 在PHP 开发中对比起Cookie,Session 是存储在服务器端的会话,相对安全,并且不像Cookie 那 样有存储长度限制,本文简单介绍Session 的使用。 由于Session 是以文本文件形式存储在服务器端的,所以不怕客户端修改Session 内容。实际 上在服务器端的Session 文件,PHP 自动修改Session 文件的权限,只保留了系统读和写权限,而 且不能通过ftp 修改,所以安全得多。 对于Cookie 来说,假设我们要验证用户是否登陆,就必须在Cookie 中保存用户名和密码(可 能是md5 加密后字符串),并在每次请求页面的时候进行验证。如果用户名和密码存储在数据库, 每次都要执行一次数据库查询,给数据库造成多余的负担。因为我们并不能只做一次验证。为什么 呢?因为客户端Cookie 中的信息是有可能被修改的。假如你存储$admin 变量来表示用户是否登 陆,$admin 为true 的时候表示登陆,为false 的时候表示未登录,在第一次通过验证后将$admi n 等于true 存储在Cookie,下次就不用验证了,这样对么?错了,假如有人伪造一个值为true 的 $admin 变量那不是就立即取的了管理权限么?非常的不安全。
Platform: | Size: 161231 | Author: sz_testsb | Hits:

[assembly languageBOOM网站宝贝 v2.0

Description: 功能介绍:  强大的网站文件目录在线管理工具!弥补FTP工具的不足。是PHP网站站长的必备! ·列出服务器上的文件和目录。 ·测试文件是否可以读写。1为可,0为否。 ·在可读的情况下,能查看文件的内容。包括该文件里的敏感信息。 ·在可写的情况下,能【上传文件】、【修改属性】、【文件改名】、【编辑文件】、【新建文件】、【新建目录】。 ·【批量删除文件和目录】、【批量修改文件和目录属性】。 ·[MD5加密字符]、[批量代码生成]、[UNIX时间戳换算]。 ·另外还可返回系统环境信息。 ·管理员登陆功能。 ·以后会增加更多所能想到的实用功能。-Features: powerful site management tools directory online! FTP tools to make up for deficiencies. Is an essential PHP Webmaster! Listed on the server files and directories. Test documents can be read and write
Platform: | Size: 18432 | Author: 李刚 | Hits:

[WEB Codefreehost

Description: 本程序是用MySQL+PHP开发的结合Serv-U 实行自动开通FTP及网站。-this procedure is MySQL PHP development of the combination of Serv-U FTP automatically opened and its website.
Platform: | Size: 98304 | Author: 张兵 | Hits:

[Ftp Serverftp-2005-02-14.tar

Description: This PHP script will use for connect ftp server . You can upload ,download from this class.this class has implemented most of FTP Commands.
Platform: | Size: 5120 | Author: 吕宗霖 | Hits:

[Linux-UnixWeb-FTP-2.2.1.tar

Description: 本文件为Web-FTP的实现源代码 是cgi编程 使用perl为主 本软件适用于linux下-this document as a Web-FTP achieve source code is the use of perl programming cgi mainly applies to the software under linux
Platform: | Size: 43008 | Author: 梅澜 | Hits:

[Compress-Decompress algrithmsphpZip

Description: PHP空间上传打包下载工具.如果你的FTP服务器不是很好的话`你会用的着的`上传很快的-PHP Upload packing space to download tools. If your FTP server is not very good words you would use to upload the soon
Platform: | Size: 106496 | Author: 毛毛 | Hits:

[Internet-NetworkMNSC

Description: 前台采用cache技术,提高访问效率,防盗链功能. 功能说明: 1、软件分类:支持无限级分类. 2、会员功能 3、管理员管理:分为等级模式和非等级模式(后台设置),等级模式中总管理员可以分配给其他管理员相应页面的权限。 4、防盗链功能:后台直接修改软件上传目录(总体设置),下载识别来源是否正确(如来源不是本站地址,将不会给于下载) 6、软件上传:软件上传分为两种形式,一是直接通过网页http上传,二是通过ftp上传后填写软件路径。后台可以设置软件上传的种类,大小,命名方式和图片上传的种类,大小和命名方式。 7、后台可以直接修改网站的header和footer的链接。 8、后台可以直接修改网站名,站长油箱等等。 -future use cache technology, increase the efficiency of anti-Irvine function. Description : 1, Software Category : support for unlimited classification. 2, features three members, administrators Management : divided into hierarchical models and non-hierarchical model (background set), the grading model mains manager can be assigned to other administrators corresponding pages of competence. 4, anti-Irvine functions : background directly modify the software uploads directory (overall installed), download the correct identification of sources (such as site address is not the source, will not give in to download) 6, upload software : software to upload into the form, directly through the website http upload, Second, through ftp upload after completing the software path. Background software can
Platform: | Size: 240640 | Author: 罗兵 | Hits:

[Search Enginesofthy635a

Description: 1. 支持 PHP Web程序, 支持 mysql 数据库, 需要安装mysql odbc驱动程序. 2. Web界面的 FTP 内容浏览. 3. Web界面的 FTP 文件内容搜索. 4. FTP摘要信息,文件总数目,文件总容量,最后更新日期. 5. FTP发布页面URL地址关联. 6. 索引引擎程序采用VC7.1编译,需要mfc71.dll库的支持-1. PHP Web applications, support mysql database, need to install mysql odbc driver. 2. Web interface FTP content browser. 3. Web sector- FTP file contents search. 4. FTP summary information, the total number of documents, the paper capacity, the last update date. 5. FTP URL pages released Association. 6. procedures used indexing engine series VC7.1 translated, the need for the support mfc71.dll
Platform: | Size: 181248 | Author: 潇潇雨声 | Hits:

[Otherwenmingphp5mysql5

Description: php开发的行业搜索系统!!! 2. 安装 ------------ a. 解压程序rar文件,用二进制方式上传到你的网站的根目录或某一目录下 注意:一定要将ftp上传工具设置为二进制方式,再上传程序文件 b. unix或linux服务器下, 将以下文件属性改为:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_pass_info.php - function/search_info.php - function/userfield_info.php - template/default/目录下的所有html文件 c. unix或linux服务器下, 将upfile/目录属性改为:777 d. 建立一个mysql数据库,并记下用户名和密码,以便安装时使用 e. 进入安装目录http://www.your_website.com/install/, 自动运行安装程序 f. 安装完成后,要求删除安装目录install/及其下文件 g. 后台管理目录http://www.your_website.com/adiministrator/ h. 可修改adiministrator/目录为你希望的独特的名字-php development of the industry Search System! ! ! 2. Installation------ a. decompression procedures rar documents, using binary mode to upload your site to the root directory or a directory attention : it must ftp upload tools set to binary mode, then upload files b. unix or linux server will attribute to the following documents : 666 (or 777)- function/base_info.php- functio n/emphasis_info.php-function/admin_pass_ info.php-function/search_info.php- functi on/userfield_info.php- template/default/Head recorded all the html document c. unix or linux server. will upfile/directory attribute the following : the establishment of a 777 d. mysql database, charged under the user name and password to use e. installation to installation directory http :// www.your_websi
Platform: | Size: 190464 | Author: xiaolei | Hits:

[Ftp Clientcgiwebftp

Description: ftp软件代码,可使用此软件上传下载ftp资源-ftp software code, can use this software to download ftp upload of resources
Platform: | Size: 596992 | Author: fbpeng | Hits:

[WEB Codejy

Description: JY PHP在线解压缩ZIP 只一个文件 要求空间权限777 不用忍受FTP单个文件上传的缓慢 (需要PHP空间的一定支持)-JY PHP online decompress ZIP files require only a space to put up with permissions 777 not a single file upload FTP slow (PHP space need some support)
Platform: | Size: 4096 | Author: 5455 | Hits:

[Booksnetdisk

Description: 国外商业版网络硬盘,支持1GB甚至更大文件的上传。 多种上传方式:网页上传、Flash上传、网址上传、Ftp上传。总有一种方式可以满足您顾客的需求。-Foreign commercial version of the network hard drive, support for 1GB or even upload files. From a variety of ways: From the page, Flash upload, URL upload, Ftp Upload. There will always be a way to satisfy your customers.
Platform: | Size: 1082368 | Author: 范文诸 | Hits:

[WEB Codephoto

Description: 最快捷,最方便的图片上传,管理系统! ·支持批量上传,抓取远程图片,FTP导入图片 ·采用PHP5.0+MYSQL架构 ·基于最新的MP框架构建,详尽注释,方便二次开发和扩展 ·采用项目缓存机制,单入口模式,简洁,小巧,高效 ·完全UTF-8编码,方便安装在国外主机 ·自由分类,自动生成导航和内容调用 ·直接从网页复制粘贴图文,自动过滤 ·外部图片自动保存在本地 ·自动控制上传图片和本地化图片尺寸 ·自动给上传及本地化图片添加水印 ·自动提取首张图片为缩略图 ·自动生成任意大小缩略图 ·幻灯片模式图片展示页 ·模板分离设计,轻松设计模板 ·方便自由的模板方法,可以实现复杂多样的调用效果-photos
Platform: | Size: 671744 | Author: jonny | Hits:

[Picture Viewermypic214

Description: ·最快捷,最方便的图片上传,管理系统! ·支持批量上传,抓取远程图片,FTP导入图片 ·采用PHP5.0+MYSQL架构 ·基于最新的MP框架构建,详尽注释,方便二次开发和扩展 ·采用项目缓存机制,单入口模式,简洁,小巧,高效 ·完全UTF-8编码,方便安装在国外主机 ·自由分类,自动生成导航和内容调用 ·直接从网页复制粘贴图文,自动过滤 ·外部图片自动保存在本地 ·自动控制上传图片和本地化图片尺寸 ·自动给上传及本地化图片添加水印 ·自动提取首张图片为缩略图 ·自动生成任意大小缩略图 ·幻灯片模式图片展示页 ·模板分离设计,轻松设计模板 -The quickest, most convenient picture upload and management system! Bulk upload support, crawling distance picture, FTP into picture PHP5.0+ MYSQL structure used MP-based framework to build up-to-date, detailed notes, to facilitate the development and expansion of secondary Caching mechanisms used items, single-entrance mode, simple, compact, efficient Fully UTF-8 encoding, easy to install in the foreign host Free classification, automatic generation of navigation and content of calls Copy and paste directly from the web page graphic, automatic filter External images automatically saved in the local Automatic picture upload pictures and localization of size Automatic localization of picture to upload and add watermark Automatic extraction of the first picture for the thumbnails Automatically generate thumbnails of any size Picture slide show mode page Separation of design templates, easy design templates
Platform: | Size: 665600 | Author: 何金华 | Hits:

[WEB CodePHP

Description: zip10.php 在线压缩程序 unzip10.php 在线解压程序 默认密码 123456 ---------------------------------------------------------------------------------- zip10.php使用方法: 使用方法:输入验证密码后,勾选需要压缩的目录或文件然后点击“开始压缩即可”。 压缩的结果保留原目录结构。★ 将源代码打包成ZIP格式 ★ ---------------------------------------------------------------------------------- unzip10.php使用方法: 使用方法:把源代码打包ZIP文件通过FTP上传到本文件相同的目录下, 选择ZIP文件或点击“浏览...”上传源代码打包ZIP文件。 解压的结果保留原来的目录结构。★ 必需将源代码打包成ZIP格式 ★ ---------------------------------------------------------------------------------- 以下内容没必要关注,设置属性可在FTP里完成. LINX主机 解压后设置目录属性(有的程序是777,有的是755) WIN主机 不需要设置目录属性,直接解压即可。 (如新建一目录,,设置为777属性,直接把文件解压放在目录里面)-zip10.php-line compression program unzip10.php online decompressor default password 123456---------------------------------------------------------------------------------- zip10. php Usage: Usage: Enter the verification password, check the need to compress the directory or file and click \u0026quot Start compression can be.\u0026quot
Platform: | Size: 9216 | Author: 阿峰 | Hits:

[WEB CodeWEB-ftp

Description: 关于web FTP上传,以及相关代码,是一个比较详细的资源很不错-web FTP
Platform: | Size: 62464 | Author: qq | Hits:

[Ftp Clientphp-ftp-client

Description: php 实现ftp客户端,可以上传下载,删除文件,更改文件权限等-php ftp client to achieve, you can upload and download, delete files, change file permissions, etc.
Platform: | Size: 3072 | Author: linlong | Hits:

[WEB Codeftp_class

Description: php 实现 ftp上传,下载,浏览,新建目录功能的类-ftp class
Platform: | Size: 1024 | Author: lianping | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net